RX "Address command;If Open(h,'TCP:132.163.135.130/14','R') then;do;l=Readln(h);l=Readln(h);Call Close(h);End;Else;do;Say 'Service not present';Exit 10;End;Parse var l j d t o l;Parse var d y'-'m'-'d;w='JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC';w=Word(w,m);c=d'-'w'-'y;Address command 'C:Date 'c;Parse var t h':'m':'s;If o=50 then h=h+1;h=h+{offset};Select;When h<0 then;do;h=h+24;c='YESTERDAY ';End;When h>23 then;do;h=h-24;c='TOMMORROW ';End;Otherwise c='';End;c=c||h':'m':'s;Address command 'C:Date 'c;Exit"